home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / misc / amag / AM9411_6.lha / XASS 64 / XAss 1.0 / Include / IncludeAll.inc < prev    next >
Text File  |  1992-02-07  |  435b  |  22 lines

  1.          ; **************************
  2.          ; ***   IncludeAll.inc   ***
  3.          ; **************************
  4.  
  5. ; Includedatei für CrossAss V1.0. Bindet alle Bibliotheken ein.
  6.  
  7. .if !,BROM_ok
  8.    .include "INCLD:Basic-ROM.inc"
  9. .endif
  10. .if !,KROM_ok
  11.    .include "INCLD:Kernel-ROM.inc"
  12. .endif
  13. .if !,VIC_ok
  14.    .include "INCLD:VIC.inc"
  15. .endif
  16. .if !,CIA_ok
  17.    .include "INCLD:CIA.inc"
  18. .endif
  19. .if !,SID_ok
  20.    .include "INCLD:SID.inc"
  21. .endif
  22.